alert("You do not currently have QuickTime loaded. Several areas of The Virtual Portfolio will not play properly without it. The Mac version is in the QuickTime folder on the CD-ROM. QuickTime for Windows is in the Windows folder.")
quit()
end if
end
on infoBox
alert("The Virtual Portfolio‚Ñ¢ is published by American Showcase, Inc. 212-673-6600. It was created and produced by One World Interactives, Inc.")
end
on checkKey
if the key = RETURN then
play done
else
nothing()
end if
end
on findArtist place
global TheSound, R
unLoadCast()
set R to random(12)
set TheSound to the name of cast (399 + R)
puppetSound(0)
puppetSound(TheSound)
updateStage()
play movie "virtual portfolio:stills:" & place
end
on findDemo place
global TheSound, R
unLoadCast()
set R to random(12)
set TheSound to the name of cast (399 + R)
puppetSound(0)
puppetSound(TheSound)
updateStage()
play movie "virtual portfolio:demos:" & place
end
on findInter place
global TheSound, R
unLoadCast()
set R to random(12)
set TheSound to the name of cast (399 + R)
puppetSound(0)
puppetSound(TheSound)
updateStage()
play movie "virtual portfolio:inter:" & place
end
on findAnim place
global TheSound, R
unLoadCast()
set R to random(12)
set TheSound to the name of cast (399 + R)
puppetSound(0)
puppetSound(TheSound)
updateStage()
play movie "virtual portfolio:anim:" & place
end
on findTool place
global TheSound, R
unLoadCast()
set R to random(12)
set TheSound to the name of cast (399 + R)
puppetSound(0)
puppetSound(TheSound)
updateStage()
play movie "virtual portfolio:tools:" & place
end
on openUp place
global TheSound, R
unLoadCast()
set R to random(12)
set TheSound to the name of cast (399 + R)
puppetSound(0)
puppetSound(TheSound)
updateStage()
open("virtual portfolio:demos:" & place)
end
on setVol
global soundUp, n, volName
repeat with i = 1 to n
set the checkMark of menuItem i of menu "Volume" to 0
end repeat
set the checkMark of menuItem (volName + 1) of menu "Volume" to 1